-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: allow multiple operators #16
feat: allow multiple operators #16
Conversation
@glihm hey :) This is a first draft! Indeed, |
Hey, thanks for the progress! Those names was because the first impl didn't add the support for multiple operators. 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will wait the renaming for other review, good progress. 👍
@glihm PR updated :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor comment on formatting, and we should be good to go!
@glihm PR updated ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a couple of things, thank you!
hi @b-j-roberts , i just updated the PR. I also added a check for both the register and unregister functions, and added a test for the unregister function. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! Thank you.
This PR allows the Core contract to register multiple operators.